home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFillAndLine.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFillAndLine__
- #define __PGetFillAndLine__
-
- #include "PHandleQuery.h"
-
- class PGetFillAndLine : public PHandleQuery
- {
-
- public:
-
- PGetFillAndLine();
-
- short cFillStyle;
- const char * sFillColor;
- PMBool bFillOverprint;
- short cLineStyle;
- PMBool bReverse;
- short dWeight;
- PMBool bOpaque;
- const char * sLineColor;
- PMBool bLineOverprint;
- short nFillTint;
- short nLineTint;
- };
-
- #endif
-
- // end of PGetFillAndLine.h
-